home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Other
/
Briefcase
/
Briefcase_main.m
< prev
next >
Wrap
Text File
|
1992-12-26
|
319b
|
16 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import <appkit/Application.h>
#import "Localization.h"
void main(int argc, char *argv[]) {
NXApp = [Application new];
LoadLocalNib(LocalString("Briefcase.nib"),NXApp,NO,[NXApp zone]);
[NXApp run];
[NXApp free];
exit(0);
}